TWinButton
by MARTINEAU Emeric
Version 1.3
Jan - 28, 2008
this component is Freeware

DESCRIPTION:
------------

TImageButton is an advance graphic button.


NEW PROPERTIES:
---------------

* TransparentColor
  Set transparent color

* Transparent
  Setup transparent mode

* ImageButton
  Normal image

* ImageMouseOver
  Mouse over image

* ImageDown
  Image when you click

* Enabled

* AutoSize

* Clipping
  If set, button chang only when mouse are not over transparent color.

* Caption

* ShowCaption

* Rect
  Rectangle to limit show caption. By defaut, rect is width/heigh - image. If Left or Right or Bottom or Top different to -1, it's use.

* WordWrap

* Font
  Font caption in standard/disable mode

* HotFont
  Font caption in mouse over mode

* OnEnter
  Call if control have focus

* OnExit
  Call if lost focus

* OnMouseEnter
  Call when mouse enter in control

* OnMouseExit
  Call when mouse exit control

* ShowFocus
  Display text in focus mode

* BackGroundFocusColor
  Background color of text in focus mode. If si TrasparentColor, no backgroundcolor. By default clHotLight.

* TextFocusColor
  Text color in focus mode. By default clHighlightText

